home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global inicio
- set the visible of sprite 11 to 0
- end
-
- on general
- set i to 0
- repeat with i = 13 to 18
- if rollOver(i) then
- set the visible of sprite i to 1
- updateStage()
- next repeat
- end if
- set the visible of sprite i to 0
- end repeat
- end
-